home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / ega_util.arc / 4325.DOC < prev    next >
Text File  |  1985-03-21  |  2KB  |  35 lines

  1. This library contains 3 VERY simple programs for the IBM Enhanced Graphics
  2. Adaptor: 43.com, 25.com and pallette.com (and source for pallette).  There
  3. is also a short batchfile which I use for making .com files.
  4.  
  5. 43 and 25 assume that the EGA is being used in 350 line mode, either as
  6. an IBM Mono emulator, or with an IBM Enhanced Color Display in Enhanced Color
  7. Mode (ie: 350 visible scan lines rather than 200).  43.com will put the EGA
  8. into 43 line mode (with a cursor!) while 25.com will put it back into 25 line
  9. mode.  Some programs will work OK with 43 line mode, some won't.  The only
  10. trick is that the EGA fails to live up to my (skimpy) documentation when it
  11. is switched to 43 line mode, and does NOT reset the cursor start register as
  12. it should - so 43.com also sets the cursor start.  These were created with
  13. debug, so there is no source.
  14.  
  15. Pallette.com is just a quickie to let you play with the color pallette with
  16. the Enhanced Display (5154).  Put something colorful on the screen, then
  17. invoke the program.  Press '0'..'9' ':'..'?' to select pallette registers
  18. 0..15, then use 'r', 'g', 'b' to vary the amount of each color in the mix
  19. (cycles thru black, dim, normal, bright).   Any other key should take
  20. you back to DOS.  The new pallette will be used until you use "mode color"
  21. or the like.  This has hardly been used, so no guarantees.  Source is included.
  22. Let me know if you make it more useful.
  23.  
  24. Makecom.bat is a batch file I often use to create .com files from .asm
  25. files.  Use it thus:
  26.     makecom sourcename
  27.  
  28. Good Luck
  29.  
  30.     Zhahai Stewart         (303) 449-8180
  31.     HiSystems
  32.     6521 Old Stage Rd.
  33.     Boulder, CO 80302    compuserve 74076,252
  34.  
  35.